Skip to content
  • Julien Nabet's avatar
    cppcheck: fix 2 reports · 6543f49b
    Julien Nabet authored
    [clientgui/browser.cpp:375]: (error) Width 4096 given in format string (no. 1) is larger than destination buffer 'cookie_value[4096]', use %4095s to prevent overflowing it.
    [clientgui/browser.cpp:575]: (error) Width 4096 given in format string (no. 1) is larger than destination buffer 'cookie_value[4096]', use %4095s to prevent overflowing it.
    6543f49b