Ticket #46 (assigned defect)
zero byte cleanliness in C# and Java bindings
| Reported by: | olly | Owned by: | olly |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.0 |
| Component: | Xapian-bindings | Version: | SVN trunk |
| Severity: | minor | Keywords: | |
| Cc: | richard | Blocked By: | |
| Operating System: | All | Blocking: |
Description (last modified by richard) (diff)
Check for zero byte cleanness wherever strings are used. There are a number of c_str()s in the code, but I believe all in the core library are harmless at 2002-04-29. There may be other zero byte issues though. xapian-applications/dbtools also uses c_str() where it should probably use data() and length(). xapian-bindings hasn't been checked.
Change History
Note: See
TracTickets for help on using
tickets.
