Danny Althoff

Results 267 comments of Danny Althoff

This issue still does not have any progress ... why?

Hm, especially problems with NULL-terminated strings someday become exploit-surface. But please remove the stale-bot from trying to close this issue, even if it has low-priority for you, it is a...

It even is the bridge to the engine, or the engine itself. Inproper NULL-termination often becomes some kind of attack-vector for injection attacks or buffer-overflows, therefor I can't understand why...

As there is some PR to this, probably the issue is NOT stale .... sad that there is no focus on security-related bugs.

Can someone please tame the close bot please?

Stupid question: wouldn't it make more sense to just use [`stop`](https://docs.rs/testcontainers/latest/testcontainers/struct.Container.html#method.stop) and [`start`](https://docs.rs/testcontainers/latest/testcontainers/struct.Container.html#method.start) instead of introducing a new pause/unpause, to have it more "in line" with the Java implementation like...

@DDtKey Thanks for clarification, I wasn't aware that `stop + start` actually recreate the containers instead just stopping and re-starting the container. And sure, this is a very special scenario....