Changeset ba1a2fd in mainline


Ignore:
Timestamp:
2010-10-31T19:22:46Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
89e57cee
Parents:
edc5a985
Message:

Do not leak the 'names' measured string values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/icmp/icmp.c

    redc5a985 rba1a2fd  
    417417        measured_string_t names[] = {
    418418                {
    419                         str_dup("ICMP_ERROR_REPORTING"),
     419                        (char *) "ICMP_ERROR_REPORTING",
    420420                        20
    421421                },
    422422                {
    423                         str_dup("ICMP_ECHO_REPLYING"),
     423                        (char *) "ICMP_ECHO_REPLYING",
    424424                        18
    425425                }
Note: See TracChangeset for help on using the changeset viewer.