Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libdm



Module Name:    src
Committed By:   riastradh
Date:           Thu Nov 21 19:48:53 UTC 2024

Added Files:
        src/lib/libdm: dm.expsym

Log Message:
libdm: Add expected symbols list.

NOTE: libdm apparently exports a symbol `cmd_ver' which looks like a
mistake -- that looks like it was supposed to be a private table
inside the library, not exported.  It's not declared anywhere, so
users can't get at it without abuse.  (For that matter, the struct
cmd_version type in dm.h doesn't appear to be used in the public
interface at all and should maybe have been private to libdm_ioctl.c
like the cmd_ver global.)

PR lib/58838: shared libraries in base should all have expsym lists


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libdm/dm.expsym

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index