File Changes for galt
switch to commits view, user indexv285_base to v286_preview (2013-06-18 to 2013-06-24) v286
- src/hg/hgTracks/chainTrack.c
- lines changed 1, context: html, text, full: html, text
fixing "force index (bin)" with %-s
- src/hg/hgTracks/simpleTracks.c
- lines changed 2, context: html, text, full: html, text
fixes errors about: multiple occurrences of NOSQLINJ; and buffer overflow, size 32; in hgTracks found with bac end pairs track
- src/hg/hgTracks/snakeTrack.c
- lines changed 1, context: html, text, full: html, text
fixing "force index (bin)" with %-s
- src/hg/hgc/pubs.c
- lines changed 24, context: html, text, full: html, text
going back to using %-s in sqlSafef rather than the sqlDyString functions
- src/hg/lib/annoStreamDb.c
- lines changed 12, context: html, text, full: html, text
found sql code that needed protection against sql injection
- src/hg/lib/hdb.c
- lines changed 1, context: html, text, full: html, text
unneeded %s for literal query
- src/hg/lib/jksql.c
- lines changed 11, context: html, text, full: html, text
dealing with code looking for split tableNames which unfortunately use chrom names with dashes which mysql does not allow.
- src/hg/lib/liftOverChain.c
- lines changed 1, context: html, text, full: html, text
oops, I accidentally deleted the single quotes around the path field somehow, this puts them back the way it was.
- src/hg/near/hgNear/go.c
- lines changed 8, context: html, text, full: html, text
fixes error in hgNear (found in rn4 partial fix for #7129) " %s value is NULL which is incorrect."
- src/hg/near/hgNear/knownGene.c
- lines changed 12, context: html, text, full: html, text
fix bug related to multiple NOSQLINJ prefixes found
switch to commits view, user index