commit | 4c19bbdc7f7c76da14a7192072c47c3b9b582e80 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Oct 04 09:32:27 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Oct 04 09:32:27 2018 +0100 |
tree | f2943cb03fb3b244ace82ef2f39b21f9e38400ee | |
parent | 68eb64c3d2fd558c606dcff6d3e8a2701388a80f [diff] |
afs: Always build address lists using the helper functions Make the address list string parser use the helper functions for adding addresses to an address list so that they end up appropriately sorted. This will better handles overruns and make them easier to compare. It also reduces the number of places that addresses are handled, making it easier to fix the handling. Signed-off-by: David Howells <dhowells@redhat.com>