[fossil-users] src/info.c use of zUuid after it has been free.

2016-11-19 Thread arnoldemu
Hi, I want to ask a question about some lines in src/info.c In this function: show_common_info on this line: if( zUuid && showComment ) zUuid is potentially pointing to freed memory (freed in the previous function). It is ok because the code doesn't use it. Should the code check zUUid? If

[fossil-users] FOSSIL STASH behavior

2016-11-19 Thread Tony Papadimitriou
When doing STASH GO the check out is first updated to the baseline and then the stash changes applied. However, if a following UNDO is given, only the applied stash changes are reverted. The baseline does not return to where it was before the STASH GO command. I don’t know if this is by