Select Git revision
combine_path.h
-
Henrik (Grubba) Grubbström authored
The string_builder API no longer maintains NUL-termination of the buffer. This caused combine_path_nt() et al to fail intermittently due to reading past the buffer end. Also adds a corresponding test. Fixes [bug 7723].
Henrik (Grubba) Grubbström authoredThe string_builder API no longer maintains NUL-termination of the buffer. This caused combine_path_nt() et al to fail intermittently due to reading past the buffer end. Also adds a corresponding test. Fixes [bug 7723].