Attention is currently required from: neels, pespin, msuraev.
1 comment:
File src/osmo-bsc/bssmap_reset.c:
Patch Set #2, Line 249: LOGP(DMSC, LOGL_ERROR, "Attempt to reset non-existent BSSMAP\n");
No caller should call this function with a NULL argument. […]
The thing also is, even if someone calls it with a NULL pointer it immediately crashes anyway. I think asserts are helpful when the null pointer is not causing an immediate crash (e.g. stored in some priv struct and then the crash happens way later)
To view, visit change 28892. To unsubscribe, or for help writing mail filters, visit settings.