This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Test results for commit 0b24eb2de5a6dbefe48fd57fcf5d0e7fb24895d4 on branch master


*** TEST RESULTS FOR COMMIT 0b24eb2de5a6dbefe48fd57fcf5d0e7fb24895d4 ***

Author: Sergio Durigan Junior <sergiodj@redhat.com>
Branch: master
Commit: 0b24eb2de5a6dbefe48fd57fcf5d0e7fb24895d4

PR remote/17946: Fix wrong comparison of pointer against char
We were comparing a pointer against a char on remote.c.  'dcb' filed a
bug to inform us about that.  I pushed the following patch under the
obvious rule.

gdb/ChangeLog:
2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>

	PR remote/17946
	* gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
	of pointer against char.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]