Closed sodero closed 5 years ago
The CBM installer doesn't verify the correctness when doing string formatting. It accepts things like:
("int:%ld" undef) -> 0 ("str:%s" undef) -> "" ("str:%s" 1) -> "" ("num:%ld" "NAN") -> garbage
InstallerLG should do the same - the garbage.
The CBM installer doesn't verify the correctness when doing string formatting. It accepts things like:
("int:%ld" undef) -> 0 ("str:%s" undef) -> "" ("str:%s" 1) -> "" ("num:%ld" "NAN") -> garbage
InstallerLG should do the same - the garbage.