Displaying 2 results from an estimated 2 matches for "buf_".
Did you mean:
buf
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...rn *this;
+ }
+
+ stream& operator+=(char c) {
+ grow(1);
+ buf[pos++] = c;
+ return *this;
+ }
+
+ char back() const { return pos ? buf[pos - 1] : '\0'; }
+ bool empty() const { return pos == 0; }
+
+ char* get_buf() { return buf; }
+ char* get_buf_end() { return buf + pos - 1; }
+ size_t get_cap() { return cap; }
+
+ unsigned get_pos() const { return static_cast<unsigned>(pos); }
+};
+
+class stream_string_ref {
+ unsigned first, last;
+public:
+ stream_string_ref() : first(0), last(0) {}
+ stream_string_ref(unsigned firs...
2012 Jun 23
4
2.0.19 segfault
Hi,
after the upgrade from dovecot 2.0.13 (ubuntu oneiric) to dovecot 2.0.19
(ubuntu precise), in my logs I have a lot of these errors:
Jun 23 00:20:29 server1 dovecot: master: Error: service(imap-login):
child 6714 killed with signal 11 (core dumps disabled)
I tested 2.0.21 and the problem is still here. The problem seems to
appear only when the client is ms outlook, thunderbird works fine