Wireshark-commits: [Wireshark-commits] master-2.0 a56d0a2: ui: Read and write correct recent timest

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 13 Dec 2015 19:24:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a56d0a2e25161e6ae2217e0502db1ca3d100745d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

a56d0a2 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    ui: Read and write correct recent timestamp format
    
    Rewrite to use value_string to ensure correct value strings used,
    to add backward compatibility and to avoid global-buffer-overflow
    in possible future inconsistencies.
    
    This bug was introduced in 2a088c1d when adding new timestamp formats.
    
    Change-Id: I1bf4ac8427db92bfb56b4e5b90809fe08eebed20
    Reviewed-on: https://code.wireshark.org/review/12597
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  97a97ec   Qt: Removed applyRecentColumnWidths from recentFilesRead
    adds  a56d0a2   ui: Read and write correct recent timestamp format


Summary of changes:
 ui/recent.c |   74 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 40 insertions(+), 34 deletions(-)