Ticket #44372

effect_list_sanity_cb() uses log_error() instead of ruleset_error()

Eröffnet am: 2022-04-14 16:03 Letztes Update: 2022-08-30 14:01

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
3

Details

effect_list_sanity_cb() reports some errors with log_error() instead of ruleset_error(). That's likely a bug.

Ticket-Verlauf (3/9 Historien)

2022-04-14 16:03 Aktualisiert von: cazfi
  • New Ticket "effect_list_sanity_cb() uses log_error() instead of ruleset_error()" created
2022-05-29 07:26 Aktualisiert von: cazfi
Kommentar

rssanity.c does the same on number of places outside effect_list_sanity_cb()

As the ruleset_error() currently stands, there's not much difference between ruleset_error(LOG_ERROR ...) and log_error() -> this is probably not worth fixing in S3_0.

The main difference between those functions is that ruleset_error() has a buffer of just 1024 bytes, and do_log() that log_error() uses buffer size is MAX_LEN_LOG_LINE (5120), so changing those calls to ruleset_error() would actually risk truncating them. Will open a new ticket about increasing ruleset_error() buffer size.

2022-05-29 07:38 Aktualisiert von: cazfi
Kommentar

Reply To cazfi

Will open a new ticket about increasing ruleset_error() buffer size.

-> #44704, consider that one dependency of this.

2022-08-22 10:04 Aktualisiert von: cazfi
Kommentar

Reply To cazfi

As the ruleset_error() currently stands, there's not much difference between ruleset_error(LOG_ERROR ...) and log_error() -> this is probably not worth fixing in S3_0.

This might change with #45395, in a way that makes this ticket its dependency (should properly call ruleset_error() before assuming change in ruleset_error() behavior to take effect)

2022-08-22 11:44 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
  • Meilenstein Update from 3.1.0 (closed) to 3.0.4 (closed)
2022-08-30 14:01 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Anmelden