-
Catalin Besleaga authored
Bug was introduced by BUG#22042027 The problem is that args[0] calls val_int and then val_str and in the meantime the value becomes null. Fixed by changing *_ntoa/*_aton/unhex::val_str to generate the error message without expanding the content.
Catalin Besleaga authoredBug was introduced by BUG#22042027 The problem is that args[0] calls val_int and then val_str and in the meantime the value becomes null. Fixed by changing *_ntoa/*_aton/unhex::val_str to generate the error message without expanding the content.
Loading