History log of /libpciaccess/src/common_capability.c (Results 1 – 4 of 4)
Revision Date Author Comments
# e1a0240a 17-Sep-2011 Alan Coopersmith <[email protected]>

Strip trailing whitespace

Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change

Signed-off-by: Alan Coopersmith <alan.coopersm

Strip trailing whitespace

Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change

Signed-off-by: Alan Coopersmith <[email protected]>

show more ...


# fa7cca61 04-Jun-2010 Alan Coopersmith <[email protected]>

Delay allocation of agp_info so we don't leak it on prior errors

Memory leak of pointer 'agp_info'
at line 119 of src/common_capability.c in function 'pci_fill_capabilities_generic'.

Delay allocation of agp_info so we don't leak it on prior errors

Memory leak of pointer 'agp_info'
at line 119 of src/common_capability.c in function 'pci_fill_capabilities_generic'.
'agp_info' allocated at line 107 with calloc(1, 12).
'agp_info' leaks when err != 0 at line 118.
at line 124 of src/common_capability.c in function 'pci_fill_capabilities_generic'.
'agp_info' allocated at line 107 with calloc(1, 12).
'agp_info' leaks when err != 0 at line 123.

[ This bug was found by the Parfait bug checking tool.
For more information see http://research.sun.com/projects/parfait ]

Signed-off-by: Alan Coopersmith <[email protected]>

show more ...


# adc46f65 19-Feb-2008 Julien Cristau <[email protected]>

Don't export private symbols.


# 5a04522a 18-Mar-2006 Ian Romanick <[email protected]>

Initial import of libpciaccess.