search for: init_limit

Displaying 5 results from an estimated 5 matches for "init_limit".

Did you mean: init_limits
2009 Sep 23
2
Segfault in quota-fs plugin
.... Stack trace and further debugging are available here: http://uoregon.edu/~brandond/dovecot-1.2.5/bt.txt The relevant code seems to have been added in changeset 9380: http://hg.dovecot.org/dovecot-1.2/rev/fe063e0d7109 Specifically, quota.c line 447 does not check to see if the backend implements init_limits before calling it, resulting in a null function call for all backends that do not do so. Since this crash would appear to affect all quota backends other than maildir, it should be a pretty easy to reproduce. I've attached a patch which seems to fix the obvious code issue. I can't guarant...
2009 Sep 15
0
1.2.5: quota.c + quota_fs.c crashs dovecot
Hi Timo, "quota.c" calls "root->backend.v.init_limits(root)", but "quota_fs.c" initializes this with NULL. On AIX e.g. this results in core dumping imap with SIGILL. I've attached a (quick and dirty) patch. Ralf -- ______________________________________________________________________ Dipl.-Inform. (FH) Ralf Becker Rechenze...
2011 May 19
2
Scheduling NUT 2.6.1
Fellows, time has come for a new NUT release: I'm planning on 2.6.1 next week (max Friday 27), and I'm currently processing remaining patches. If you have some more on your side, please send in. cheers, Arnaud -- Linux / Unix Expert R&D - Eaton - http://powerquality.eaton.com Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer -
2013 Jul 03
1
bcmxcp: Patch for using command map if present to control commands added by dstate_addcmd
...ic long int get_long(const unsigned char*); static float get_float(const unsigned char *data); static void init_meter_map(void); static void init_alarm_map(void); -static void init_command_map(int size); +static bool_t init_command_map(int size); static void init_config(void); static void init_limit(void); static void init_ups_meter_map(const unsigned char *map, unsigned char len); @@ -625,7 +625,7 @@ void init_alarm_map() } /* Get information on UPS commands */ -void init_command_map(int size) +bool_t init_command_map(int size) { unsigned char answer[PW_ANSWER_MAX_SIZE];...
2013 Jul 03
1
bcmxcp: Patch for adding ups.load and battery.voltage.low
On Jul 2, 2013, at 5:16 PM, Kjell Claesson wrote: >> I hope other people can also test this. >> >> Regards >> Alf Hogemark > > Due to some crashes on the disks and lack of time I don't have the git on the > pc now. But maybe some other can commit this. I'd like to ask people to specifically try the bcmxcp branch on GitHub - it includes some changes