mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fix a potentially serious bug discovered by BEAM.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13666
This commit is contained in:
parent
0ff9e33d1b
commit
da5aab648e
@ -780,7 +780,7 @@ static Bool handle_transaction ( int conn_no )
|
||||
this slot. But check anyway. */
|
||||
Bool ok = True;
|
||||
if (req_session_id != conn_state[conn_no].session_id) {
|
||||
req = mk_Frame_asciiz("FAIL", "READ: invalid session ID");
|
||||
res = mk_Frame_asciiz("FAIL", "READ: invalid session ID");
|
||||
ok = False;
|
||||
}
|
||||
/* Check we're connected to a file, and if so range-check the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user